App\FromCity {#1507
  #fillable: array:3 [
    0 => "name"
    1 => "minimum_km"
    2 => "term_condition"
  ]
  #connection: "mysql"
  #table: "from_cities"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: []
  #withCount: []
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #attributes: array:8 [
    "id" => 74
    "name" => "Prayagraj"
    "minimum_km" => "250"
    "term_condition" => "<p><strong>1</strong><strong>KM will be charged Garage to Garage.<br /></strong><strong>2</strong><strong>Toll, Parking and State Taxes as per actual.</strong><strong>3</strong><strong>Minimum 250 KM will be charged per day.<br /></strong><strong>4</strong><strong>Vehicle will not be travel unpaved and bad roads.<br /></strong><strong>5</strong><strong>AC will be switched off in Hilly Areas.<br /></strong><strong>6</strong><strong>One day means a calender day (Date change means Day change).<br /></strong><strong>7</strong><strong>Cost shown is a Estimaed Fare, final price may vary depending on the running of kilometers.<br /><br /></strong></p>"
    "rate_adjustment_type" => "increase"
    "rate_adjustment" => "30"
    "created_at" => "2024-10-06 23:35:37"
    "updated_at" => "2024-10-06 23:35:37"
  ]
  #original: array:8 [
    "id" => 74
    "name" => "Prayagraj"
    "minimum_km" => "250"
    "term_condition" => "<p><strong>1</strong><strong>KM will be charged Garage to Garage.<br /></strong><strong>2</strong><strong>Toll, Parking and State Taxes as per actual.</strong><strong>3</strong><strong>Minimum 250 KM will be charged per day.<br /></strong><strong>4</strong><strong>Vehicle will not be travel unpaved and bad roads.<br /></strong><strong>5</strong><strong>AC will be switched off in Hilly Areas.<br /></strong><strong>6</strong><strong>One day means a calender day (Date change means Day change).<br /></strong><strong>7</strong><strong>Cost shown is a Estimaed Fare, final price may vary depending on the running of kilometers.<br /><br /></strong></p>"
    "rate_adjustment_type" => "increase"
    "rate_adjustment" => "30"
    "created_at" => "2024-10-06 23:35:37"
    "updated_at" => "2024-10-06 23:35:37"
  ]
  #changes: []
  #casts: []
  #dates: []
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: []
  #touches: []
  +timestamps: true
  #hidden: []
  #visible: []
  #guarded: array:1 [
    0 => "*"
  ]
}
App\DestinationCity {#1508
  #fillable: array:1 [
    0 => "name"
  ]
  #connection: "mysql"
  #table: "destination_cities"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: []
  #withCount: []
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #attributes: array:4 [
    "id" => 3175
    "name" => "Rampur Baghelan (MP)"
    "created_at" => "2020-07-25 10:48:00"
    "updated_at" => "2020-08-26 08:48:00"
  ]
  #original: array:4 [
    "id" => 3175
    "name" => "Rampur Baghelan (MP)"
    "created_at" => "2020-07-25 10:48:00"
    "updated_at" => "2020-08-26 08:48:00"
  ]
  #changes: []
  #casts: []
  #dates: []
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: []
  #touches: []
  +timestamps: true
  #hidden: []
  #visible: []
  #guarded: array:1 [
    0 => "*"
  ]
}
App\FormCityDestinationCity {#138
  #fillable: array:3 [
    0 => "from_city_id"
    1 => "destination_city_id"
    2 => "count_km"
  ]
  #connection: "mysql"
  #table: "form_city_destination_cities"
  #primaryKey: "id"
  #keyType: "int"
  +incrementing: true
  #with: []
  #withCount: []
  #perPage: 15
  +exists: true
  +wasRecentlyCreated: false
  #attributes: array:6 [
    "id" => 293626
    "from_city_id" => 74
    "count_km" => 160
    "destination_city_id" => 3175
    "created_at" => "2024-10-06 23:35:42"
    "updated_at" => "2024-10-06 23:35:42"
  ]
  #original: array:6 [
    "id" => 293626
    "from_city_id" => 74
    "count_km" => 160
    "destination_city_id" => 3175
    "created_at" => "2024-10-06 23:35:42"
    "updated_at" => "2024-10-06 23:35:42"
  ]
  #changes: []
  #casts: []
  #dates: []
  #dateFormat: null
  #appends: []
  #dispatchesEvents: []
  #observables: []
  #relations: []
  #touches: []
  +timestamps: true
  #hidden: []
  #visible: []
  #guarded: array:1 [
    0 => "*"
  ]
}